//Load Doctor Category in Dropdown List from tbl_service
 public DataTable GetCategory()
 {
     return(dGateway.GetCategory());
 }