public static int Save(ServiceWorkToBeDone sWork)
 {
     return(ServiceWorkToBeDoneDB.Save(sWork));
 }