public void InsertCustomerPhoto(int nextPhotoID, string photoPath, int nextAlbumID, int nextCustomerid)
 {
     var context = new SidejobModel.SidejobEntities();
     context.InsertCustomerPhoto(nextPhotoID, photoPath, nextAlbumID, nextCustomerid);
 }